home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_f / feedback.zip / README.DOC < prev   
Text File  |  1991-04-04  |  6KB  |  111 lines

  1. Recent PEANUT Software developments:
  2.  
  3. The Escape key is routinely used to exit a menu; Q no longer works.
  4.  
  5. The Ctrl-Key list of special keys is now a menu, in that your selections will
  6. activate the desired functions at once.  Before, the list was just a help
  7. file; i.e., it was necessary to return to the program in order to execute
  8. instructions.
  9.  
  10. The way to end a program is now Ctrl-END (not Ctrl-E).  It was too easy to
  11. accidentally strike Ctrl-Q when trying to request Ctrl-Window changes.
  12.  
  13. The Ctrl-W menu has a new appearance.  For one thing, there are two types of
  14. zoom window.  One is the (old) 10X zoom.  The other is a "flexible" zoom box,
  15. whose shape and size are determined by the user.  First one Marks a corner,
  16. then moves the cursor to the opposite corner of the desired rectangle; the box
  17. is updated during the moving process.  Pressing ENTER actives the new window. 
  18. Another new item in the Window Change menu is the opportunity to define new
  19. windows by specifying the Extreme values for each of x and y.
  20.  
  21. The identifiers PI, SQR, and SQ (or ^2) are now available in traditional form;
  22. that is, the correct mathematical symbols can be inserted in the text.  They
  23. are obtained with Ctrl-P, Ctrl-S, and Ctrl-E, respectively, but only on those
  24. (newer) machines that have the necessary characters stored in ROM!
  25.  
  26. New in PLOT: 
  27.  
  28. The main menus in all of the subprograms (PLOT2D, PLOT3D, EULER) now look the
  29. same; there is a function on display, along with menu items New, Edit, Remove
  30. (which means drop from the catalogue), Interval/domain, and Draw.  The main
  31. PLOT2D menu now offers Zeroes, Highs/Lows, and Tables of values; this data can
  32. be printed or displayed on screen.  
  33.  
  34. The Advanced PLOT menu offers Animation effects, which allow the user to (for
  35. example) display several views of a surface in succession; these can be saved
  36. to disk.  The animation window is of necessity small for a high-resolution
  37. color card (EGA, VGA), because a lot of RAM is needed to store the images.  In
  38. black-and-white modes, however, the window can be larger (the default is).  In
  39. any event, the window (whose default position is in the upper left corner of
  40. the graphing window) is movable.
  41.  
  42. New in GEOM:
  43.  
  44. It is now possible to provide geometric/numerical input more freely than
  45. before.  One can input the radius of a new circle as 2AB, for example, if A
  46. and B are points that already appear in a diagram.  One can ask for
  47. measurements by typing expressions such as <ABC or AB:AC or AC/(AB+BC) or
  48. PA*PB, etc. 
  49.  
  50. A new way of adding points to a diagram is via transformations - that is, via
  51. rotations, reflections, translations of given sets of points.
  52.  
  53. New in MATPAC:
  54.  
  55. The allowable sizes for matrices have increased, to 12-by-12 in rational mode
  56. and 20-by-20 in floating-point mode.  In the former, integers may have lengths
  57. up to 252 decimal digits.  Large matrices (many entries or large formats) are
  58. displayed in part if the whole matrix does not fit on the screen.  The arrow
  59. keys are used to scroll hidden entries into view.  The Home and End keys move
  60. a whole page horizontally, while the PgUp and PgDn keys move pages vertically. 
  61. A display at the bottom of the screen indicates which columns/rows are on
  62. display, if there is anything missing.
  63.  
  64. In the New matrix menu, there is an item (Variables) that allows the user to
  65. set up a matrix of functions, whose values depend on certain variables.  One
  66. can change the matrix by simply adjusting the variables.  The function entries
  67. can be edited, saved, and recalled.
  68.  
  69.  
  70. Read the ASCII files *.DOC for up-to-date descriptions of how to use the
  71. various programs.  GENERAL.DOC contains information applicable to all
  72. programs.  
  73.  
  74. Added 12 March 1991:
  75.  
  76. The programs now allow the *.DOC files to be viewed while the program is
  77. running.  Press ?.  If the program can find the program-specific *.DOC file or
  78. the GENERAL.DOC file, it will display the text in the graphics window, where
  79. it can be viewed one page at a time.  If these files are in a different
  80. directory (or on a different drive), and if the program has file-management
  81. options, you can reset the search path so that it will find them.  To
  82. facilitate paging through a *.DOC file, it is now possible to request specific
  83. text strings.  Press ENTER to activate the process, then ENTER again when the
  84. target string is what you want.  The program will scroll to the first instance
  85. where the target string is found on a single line of the display.  The search
  86. is not case-sensitive.
  87.  
  88. The parser now accepts expressions SUM(b,F) and PROD(b,F).  The former stands
  89. for the sum (and the latter stands for the product), for n=0 to n=b, of a
  90. function F(n,x).  The default index of summation is n, but this can be
  91. redefined, via the Ctrl-F menu; the initial value of the summation index can
  92. also be redefined.
  93.  
  94. To see credits in the main menu, press Home.  This change was necessary
  95. because Escape is now routinely used to back out of menus.  
  96.  
  97. New in PLOT:  Because series and products are now available in all programs
  98. that accept function input, the Series and Product Menu is now unnecessary,
  99. and so it has been removed.
  100.  
  101. Added 3 April 1991:
  102.  
  103. PLOT now has improved performance in the Extreme points and Intersections
  104. menus.  See the documentation.
  105.  
  106. FEEDBACK now has the capability of producing Zoom slide shows in the Fractal
  107. and Mandelbrot subprograms.  In EGA graphics, one can fit about forty small
  108. images in RAM, which are then played back rapidly (depending on the speed of
  109. your machine).  The collection of slides is of course saved to a disk file,
  110. because it takes a while to produce.
  111.